home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / emulations / 607 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.5 KB

  1. Path: mail2news.demon.co.uk!cvget.demon.co.uk
  2. From: Guy Tanner <bgt@cvget.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.emulations
  4. Subject: Re: Emplant locks on SimCity2000
  5. Date: Wed, 17 Jan 96 04:01:25 GMT
  6. Organization: the nearest Pub
  7. Message-ID: <9601170401.AA007dw@cvget.demon.co.uk>
  8. References: <2150.304T36T2087@cais.com>
  9. X-NNTP-Posting-Host: cvget.demon.co.uk
  10. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  11. X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!cvget.demon.co.uk
  12.  
  13. Hi there Paul.
  14.  
  15. Perhaps you should try removing all extras from your startup-sequences and
  16. WBStartup Drawer. You've got a lot of System Hacks running, and they may be
  17. conflicting with the Mac Emulation.
  18.  
  19. Try my startup-sequence below, you'll have do change the path's for some of the
  20. items, but this should work.
  21.  
  22. Of course, you'll have to run any patches for your boards with this.
  23.  
  24. Hope this helps, Guy.
  25.  
  26. ________________________________________________________________________________
  27.  
  28. ; $VER: startup-sequence4 40.2 (20/5/94)
  29. ; Macintosh Startup sequence.
  30.  
  31. ;BEGIN EMPLANT
  32. ;DO NOT TOUCH!!!
  33. assign t: ram:
  34. execute >NIL: s:SetupEMPLANT
  35. ;END EMPLANT
  36.  
  37. C:SetPatch QUIET
  38. C:PatchControl
  39. C:SaferPatches >NIL:
  40.  
  41. C:Version >NIL:
  42. FailAt 21
  43.  
  44. C:MakeDir RAM:T RAM:Clipboards RAM:ENV RAM:ENV/Sys    
  45. C:Copy >NIL: ENVARC: RAM:ENV ALL NOREQ
  46.  
  47. Resident >NIL: C:Assign PURE
  48. Resident >NIL: C:Execute PURE
  49.  
  50. Assign >NIL: ENV: RAM:ENV              
  51. Assign >NIL: T: RAM:T                  
  52. Assign >NIL: CLIPS: RAM:Clipboards     
  53. Assign >NIL: PRINTERS: DEVS:Printers   
  54. Assign >NIL: KEYMAPS: DEVS:Keymaps     
  55. Assign >NIL: LOCALE: SYS:Locale        
  56. Assign >NIL: LIBS: SYS:Classes ADD     
  57. Assign >NIL: HELP: LOCALE:Help DEFER   
  58.  
  59. Assign >NIL: REXXC: S:
  60. Assign >NIL: DEVS:
  61.  
  62. IF NOT EXISTS SYS:Fonts
  63.   Assign FONTS:
  64. EndIF
  65.  
  66. ;BEGIN CD env's. Use if you have a CD-Rom connected to the Emplant SCSI
  67. setenv cd_control "empscsi.device"
  68. setenv CDROM_DEVICE empscsi.device
  69. setenv CDROM_UNIT 2
  70. ;END
  71.  
  72. BindDrivers
  73. C:Mount >NIL: DEVS:DOSDrivers/~(#?.info)
  74.  
  75. IF EXISTS DEVS:Monitors
  76.   IF EXISTS DEVS:Monitors/VGAOnly
  77.     DEVS:Monitors/VGAOnly
  78.   EndIF
  79.  
  80.   C:List >NIL: DEVS:Monitors/~(#?.info|VGAOnly) TO T:M LFORMAT "DEVS:Monitors/%s"
  81.   Execute T:M
  82.   C:Delete >NIL: T:M
  83. EndIF
  84.  
  85. SetEnv Workbench $Workbench
  86. SetEnv Kickstart $Kickstart
  87. UnSet Workbench
  88. UnSet Kickstart
  89.  
  90. C:IPrefs
  91. C:ConClip
  92.  
  93. Resident Execute REMOVE
  94. Resident Assign REMOVE
  95.  
  96. Assign Emplant: Work:Emulators/Emplant/ ;Change path if wrong
  97.  
  98. cd Emplant:Mac/
  99.  
  100. MacII -s ; Delete -s if you want the setup menu
  101. ________________________________________________________________________________
  102.  
  103.  
  104.